home *** CD-ROM | disk | FTP | other *** search
/ Network Supervisor's Toolkit / Network Supervisor's Toolkit.iso / lantastc / landon1d / read.me < prev   
Text File  |  1996-07-10  |  13KB  |  323 lines

  1. READ.ME file for The LANdon Bridge, Unregistered Shareware Version 1.0d
  2. -----------------------------------------------------------------------
  3.  
  4. COPYRIGHT (C) 1993, 1994 Limerick Software.  All rights reserved.
  5.  
  6. THIS PRODUCT IS SHAREWARE.
  7.  
  8. FEEL FREE TO DISTRIBUTE COPIES OF The LANdon Bridge, AS LONG AS YOU INCLUDE
  9. ALL THE ACCOMPANYING FILES LISTED UNDER "FILE LIST" BELOW, AND INCLUDE ALL
  10. ACCOMPANYING COPYRIGHT NOTICES.
  11.  
  12.  
  13.  
  14. FILE LIST
  15. =========
  16.  
  17. The files included with this shipment of The LANdon Bridge are:
  18.  
  19.     BRIDGE.EXE            The LANdon Bridge program
  20.     READ.ME                The file you are reading right now
  21.     MANUAL.TXT            A rough copy of the text of the manual
  22.                     which can be read from a text editor
  23.                     or word processor, or can be dumped
  24.                     to a printer
  25.  
  26.  
  27.  
  28. WHAT The LANdon Bridge IS
  29. =========================
  30.  
  31. The LANdon Bridge is a software bridge/repeater/router for Artisoft(R)
  32. LANtastic(R) networks.  It allows users to mix and match supported hardware
  33. types on their LANtastic(R) network, and allows all network nodes to log
  34. into all servers and send messges to all nodes, regardless of what kind of
  35. hardware they are using.
  36.  
  37. Users of the LANtsatic(R) 2Mbps adapters or the LANtastic(R)/Z network can
  38. connect to each other or to a 10Mbps network segment, such as Thinnet or
  39. twisted pair, and not be subject to the usual hardware restrictions of
  40. such an arrangement.  See MANUAL.TXT for more details.
  41.  
  42. The LANdon Bridge is a product of Limerick Software, Arcata, CA, and
  43. is NOT a product of Artisoft, Inc.  No endorsement of this product has
  44. been made by Artisoft, Inc.
  45.  
  46.  
  47.  
  48. TIME-RESTRICTED VERSION
  49. =======================
  50.  
  51. This version of The LANdon Bridge is intended as a shareware demonstration
  52. program.  It is a fully functional copy of the registered version of The
  53. LANdon Bridge, with one exception.
  54.  
  55. After approximately 1 hour of operation, it will execute the SHUTDOWN command
  56. internally.  The SHUTDOWN command is documented in the manual.  After the
  57. initial 1 hour of operation, the RESTART command will not succeed.
  58. The FLUSH and REMOVE commands will still work, however, so you can cleanly
  59. remove the demonstration program from memory, even after the 1 hour
  60. demonstration period has expired.
  61.  
  62. Note that there will be no warning before the SHUTDOWN command is executed
  63. internally.  Workstations may have to be rebooted, and data may be lost if
  64. they are actively accessing servers via the bridge when a SHUTDOWN occurs,
  65. depending on the particular application program's response to the loss of
  66. connection with the server.
  67.  
  68.  
  69.  
  70. CHANGES FROM VERSION 1.0
  71. ========================
  72.  
  73. The following features have been added:
  74.  
  75.     *    The RUN_BURST switch has been added.  The valid range
  76.         for this switch is from 2 to 127 ticks.  The default
  77.         is 8.  This value dictates the longest period the bridge
  78.         will process requests before yielding to the system.  It
  79.         only takes effect during periods of heavy network traffic
  80.         across the bridge.
  81.  
  82. The following problems have been addressed:
  83.  
  84.     *    Switch settings causing a DOS out-of-memory condition
  85.         would lock the machine up in version 1.0.  Now, the
  86.         error will be reported properly and the program will
  87.         return to DOS.
  88.  
  89.     *    If VERBOSE was the only command-line switch invoked,
  90.         and an error ocurred while installing version 1.0,
  91.         erroneous VERBOSE information would be output,
  92.         but the error message would not.  Now, the VERBOSE
  93.         output will not occur if there is an error, and the
  94.         error will be reported.
  95.  
  96.     *    Installing version 1.0, REMOVE-ing it, and re-installing
  97.         it a second time would cause the addition of erroneous
  98.         names to the NetBIOS name table of each adapter in
  99.         the bridge machine.  This will not occur in version 1.0a.
  100.  
  101.     *    Version 1.0 would not recognize some Artisoft(R) 2Mbps
  102.         adapters.  Version 1.0a now recognizes these adapters.
  103.  
  104.     *    Quasi-circular network topologies, such as when a bridge
  105.         machine with three adapters is connected to another
  106.         server on the network on two of those adapters (the
  107.         other server has two adapters in it), would cause
  108.         various problems and lockups.  Similar problems would
  109.         arise if there were different machines on different
  110.         bridged network segments using the same machine name.
  111.         Version 1.0a is much better prepared to handle the
  112.         NetBIOS name conflicts which arise under such conditions.
  113.  
  114.     *    The ADD_SERVER_NAME switch returned incorrect error
  115.         messages in some situations.  Version 1.0a should
  116.         report correctly now.
  117.  
  118. In addition, the following internal changes have been made:
  119.  
  120.     *    A local stack has been provided, rather than relying upon
  121.         the foreground task's stack.
  122.  
  123.     *    All NetBIOS POST routines are now queued for execution
  124.         during the timer tick interrupt, rather than at the time
  125.         NetBIOS calls them.  While performance may suffer a bit
  126.         as a result, this makes for a much more stable NetBIOS
  127.         environment.
  128.  
  129.     *    The code for adding and deleting NetBIOS names has been
  130.         restructured considerably.
  131.  
  132.     *    The size of the buffer used when emulating a workstation's
  133.         REDIR has been increased to match that used in LANtastic(R)
  134.         Version 5.0.  The new value works for previous versions
  135.         of LANtastic(R), as well.
  136.  
  137.     *    The default value for the REQUEST_SIZE switch has been
  138.         changed from 14 to 32, to reflect the change in the
  139.         SERVER.EXE default between LANtastic(R) Version 5.0 and
  140.         LANtastic(R) Version 4.x.  The maximum value for this
  141.         switch has also been changed, from 2048 to 32767.  While
  142.         Version 5.0 of Artisoft's SERVER.EXE accepts a REQUEST_SIZE
  143.         as large as 65535, Version 1.0a of BRIDGE.EXE can only go
  144.         as high as 32767.
  145.  
  146.  
  147. CHANGES FROM VERSION 1.0a
  148. =========================
  149.  
  150. The following problem has been addressed:
  151.  
  152.     *    Due to a bug in the microcode of some 80286 chips, versions
  153.         1.0 and 1.0a would cause some 286-based machines to lock
  154.         up on occasion.  This problem has been resolved in version
  155.         1.0b.
  156.  
  157.  
  158. CHANGES FROM VERSION 1.0b
  159. =========================
  160.  
  161. The following problem has been addressed:
  162.  
  163.     *    There was an incompatibility with version 4.06 of Artisoft's
  164.         AILANBIO NetBIOS driver that caused error messages reading
  165.         "Network node MACHINENAME is not listening."  This has
  166.         been resolved in version 1.0c.
  167.  
  168.  
  169.  
  170. CHANGES FROM VERSION 1.0c
  171. =========================
  172.  
  173. The following problem has been addressed:
  174.  
  175.     *    There was an incompatibility with version 4.06 of Artisoft's
  176.         AILANBIO NetBIOS driver that caused error messages reading
  177.         "Too many redirections or logins to node MACHINENAME" the
  178.         first time a particular machine attempts to login via the
  179.         bridge machine.  This has been resolved in version 1.0d.
  180.  
  181.  
  182.  
  183. KNOWN PROBLEMS
  184. ==============
  185.  
  186. To the best of our ability, all known problems with The LANdon Bridge, version
  187. 1.0, have been addressed.  The following guidelines should be followed to help
  188. insure a stable network environment:
  189.  
  190.     *    When running AILANBIOS.EXE, make sure that each machine
  191.         on a given network segment is using the same values for
  192.         the INITIAL_SEND_SIZE and SIZE switches.
  193.  
  194.     *    When running LANBIOS.EXE, LANBIOS2.EXE, or LANBIOS3.exe,
  195.         make sure that each machine on the 2Mbps network segment
  196.         is using the same value for the BUFFERS switch.
  197.  
  198.     *    Whatever NetBIOS drivers you are using, make sure that
  199.         there are ample NAMES, NCBS, and SESSIONS allocated
  200.         for each adapter in the bridge machine.  A good value to
  201.         use for each is 32.
  202.  
  203.     *    When running REDIR.EXE, make sure that each machine on each
  204.         network segment is using the same value for the SIZE switch,
  205.         and that that same value is used for the BRIDGE.EXE
  206.         BUFFER_SIZE switch.
  207.  
  208.     *    When running SERVER.EXE, make sure that each server on each
  209.         network segment is using the same value for the
  210.         NETWORK_BUFFER_SIZE switch.  If the REDIR.EXE SIZE switch
  211.         value is different from the SERVER.EXE NETWORK_BUFFER_SIZE
  212.         switch value, then you may use the SERVER.EXE
  213.         NETWORK_BUFFER_SIZE switch value for the BRIDGE.EXE
  214.         BUFFER_SIZE value, rather than using the REDIR.EXE SIZE value
  215.         for the BRIDGE.EXE BUFFER_SIZE.  This will result in increased
  216.         bridge performance.  Note that both REDIR.EXE and BRIDGE.EXE
  217.         require the value be in bytes, and that SERVER.EXE requires
  218.         the value be in kilobytes.  Be sure to make the appropriate
  219.         translation.
  220.  
  221.     *    When running SERVER.EXE, also make sure that each server on
  222.         each network segment is using the same value for the
  223.         REQUEST_SIZE switch, and that that same value is used for
  224.         the BRIDGE.EXE REQUEST_SIZE switch.
  225.  
  226.     *    If you experience system lock-ups of the bridge machine, try
  227.         using switch values to increase the size of the bridge's heap.
  228.         A good way to do this is to increase the number of LOGINS on
  229.         the BRIDGE.EXE command line.
  230.  
  231.     *    If you experience problems with the nodes accesing servers via
  232.         the bridge, then try increasing the number of TASKS on the
  233.         BRIDGE.EXE command line.
  234.  
  235.  
  236. TO REPORT BUGS OR OTHER PROBLEMS
  237. ================================
  238.  
  239. You can send bug reports to us at the address given below, or you can contact
  240. the author of The LANdon Bridge, Jim Welsh, via CompuServe(R) at 71302,2423.
  241. Please be as detailed and as patient as possible.  We will respond to all bug
  242. reports as soon as possible.  While we will try to respond individually
  243. to bug reports, if the volume regarding a particular class of problem dictates,
  244. we may respond by form letter or equivalent.
  245.  
  246. When reporting bugs, please provide as much information as possible about
  247. the network activity leading up to the problem.  Please include printouts
  248. of your CONFIG.SYS, AUTOEXEC.BAT and STARTNET.BAT files, or their equivalents
  249. for your system.
  250.  
  251. Also, describe or illustrate your network topology. The more information
  252. we have about your network environment, the easier it is for us to solve
  253. your problem.
  254.  
  255. Please indicate whether the bridge machine is having the problem or if it is
  256. the nodes accessing the bridge, or the servers being accessed, and whether it
  257. is affecting other nodes on the network.  Indicate which versions of the
  258. various network programs are being used, since this infomation is not
  259. necessarily available from STARTNET.BAT alone.  If you use the @switchfile
  260. option with network programs, please include printouts of the switchfile as
  261. well.  STARTNET.BAT printouts from a typical workstation from each network
  262. segment would be helpful, as well.
  263.  
  264.  
  265. WHAT REGISTERED USERS GET
  266. =========================
  267.  
  268. Registered users will receive the most current version of The LANdon Bridge,
  269. along with a nicely typeset soft-cover manual, and one license, allowing
  270. the use of The LANdon Bridge on any single computer at any one time.
  271.  
  272.  
  273. HOW TO REGISTER
  274. ===============
  275.  
  276. You can become a registered user of The LANdon Bridge one of two ways.
  277.  
  278. You can send a check or money order for $79.95, along with your name and
  279. address for delivery, and a request for The LANdon Bridge to:
  280.  
  281.         The LANdon Bridge
  282.         Limerick Software
  283.         P.O. Box 62
  284.         Arcata, CA  95521
  285.  
  286.         Attn: Jim Welsh
  287.  
  288. Californa residents should add 7.25% sales tax.
  289.  
  290. CompuServe(R) members have the option of registering by using the
  291. Shareware Registration Database.  Just GO SWREG, then follow the prompts
  292. to "Register Shareware".  For more information on the Shareware Registration
  293. Database on CompuServe(R), GO SWREG and choose the "Information on How To
  294. Register Shareware" option.  The LANdon Bridge is Registration ID #862.
  295. NOTE: Users registering via CompuServe pay an additional 15% surcharge imposed
  296. by CompuServe for the Shareware Registration Database service, for a total of
  297. $94.06.
  298.  
  299. We will ship your disk & manual via First Class Mail within 1 week of receipt
  300. of your order.  We pay postage & handling.
  301.  
  302.  
  303. ERRATA
  304. ======
  305.  
  306. The page numbers given in the Table of Contents in MANUAL.TXT are inaccurate.
  307. The Table of Contents has been left in as a general guide to the manual.
  308.  
  309. The hook preventing Microsoft(TM) Windows(TM), Version 3.1, from starting
  310. in Enhanced mode has been removed.  To the best of our knowledge, Windows(TM)
  311. MAY be run in Enhanced mode on a machine running The LANdon Bridge.
  312.  
  313.  
  314.  
  315. TRADEMARKS
  316. ==========
  317.  
  318. The LANdon Bridge is a trademark of Limerick Software.
  319.  
  320. Artisoft and LANtastic are registered trademarks of Artisoft, Inc.  Other
  321. brand names and product names are trademarks or registered trademarks of
  322. their respective companies.
  323.